#Rotate X+/-45
LMB:This will rotate all selected Objects by +45 Degree around the X-Axis.**_
RMB:This will rotate all selected Objects by -45 Degree around the X-Axis.
Rotate_selected_ObjectX(45)
#END
[OnRightMouseButton!]  
Rotate_selected_ObjectX(-45)
#END
